/* Answer to: "scss to css" */
/*
You can convert SCSS to CSS here:
https://jsonformatter.org/scss-to-css
Wanna convert it back? Google "css to scss" and see my answer there!
*/
/*watch your source files for changes, and re-compile CSS
each time you save your Sass.*/
sass --watch input.scss output.css
/* compile */
sass --no-source-map input.scss output.css